home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 35
/
PC Gamer IT CD 35 2-2.iso
/
utility
/
ao10
/
ACTION.EXE
/
0
/
RCDATA
/
TSETUPFORM
/
TSETUPFORM.txt
Wrap
Text File
|
1998-08-10
|
3KB
|
141 lines
object SetupForm: TSetupForm
Left = 190
Top = 159
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 302
ClientWidth = 288
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 16
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 273
Height = 161
Caption = ' &Fonts '
TabOrder = 0
object Label1: TLabel
Left = 104
Top = 24
Width = 153
Height = 89
Alignment = taCenter
AutoSize = False
Caption = 'Use these buttons to change appropriate font'
Layout = tlCenter
WordWrap = True
end
object Button1: TButton
Left = 16
Top = 24
Width = 75
Height = 25
Caption = '&Outline...'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 56
Width = 75
Height = 25
Caption = '&Text...'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Top = 88
Width = 75
Height = 25
Caption = 'Oth&er...'
TabOrder = 2
OnClick = Button3Click
end
object ResetBtn: TButton
Left = 99
Top = 120
Width = 75
Height = 25
Caption = '&Reset'
TabOrder = 3
OnClick = ResetBtnClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 176
Width = 273
Height = 89
Caption = ' &Minimize behaviour '
TabOrder = 1
object TrayCheck: TCheckBox
Left = 16
Top = 25
Width = 233
Height = 17
Caption = '&Show tray icon on minimize'
TabOrder = 0
OnClick = TrayCheckClick
end
object HideCheck: TCheckBox
Left = 16
Top = 57
Width = 233
Height = 17
Caption = '&Hide from taskbar on minimize'
TabOrder = 1
OnClick = HideCheckClick
end
end
object Button5: TButton
Left = 128
Top = 272
Width = 75
Height = 25
Caption = 'O&K'
Default = True
ModalResult = 1
TabOrder = 3
end
object Button6: TButton
Left = 208
Top = 272
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object Button7: TButton
Left = 8
Top = 272
Width = 89
Height = 25
Caption = '&Associate...'
TabOrder = 2
OnClick = Button7Click
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 160
Top = 56
end
end